The following tables list the members exposed by SearchResultInfo<T>.
Name | Description | |
---|---|---|
![]() | Limit | Gets the maximum number of results included in the result set response. The actual number of returned results may be less than Limit. This happens when the number of results remaining after StartIndex is less than Limit. (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo) |
![]() | NextStart | Gets the index of the entry after the actual result set response (or -1 if there is no more objects). (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo) |
![]() | Query | Gets the query string used for the search. (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo) |
![]() | Results | Gets the result set response. |
![]() | StartIndex | Gets the index of the first entry in the result set response. The index number is 1-based. (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo) |
![]() | TotalCount | Gets the total number of objects that fit the search query (may be more than the actual number of returned results). (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo) |